Game Theory

02/06/2024

 

 

Defination - Normal form game

A normal form game consists of three things:

 

 

Example

A game of N2, A1={a1,a2}, and A2={b1,b2}

 b1b2
a17,33,5
a25,57,2

The payoff here is (player 1, player 2)

 

Defination (strictly) dominate

Action aA1 (strictly) dominates action aA1 if u1(a,b)>u1(a,b) for all bA2

对所有的player 2 选择的strategy,player 1选择 a 都要比 选择 a 的收益(严格)更好

 

Definate weakly dominate

Action aA1 weakly dominates action aA1 if

In summary, strictly domination implies weak domination, and any two actions cannot weakly dominate each other.

And we have some descriptions:

Action aA1 is "undominated" if it is not weakly dominated by any other aA1.

Action aA1 is "dominant" if it strictly dominates all other aA1.

Action aA1 is "weakly dominant " if it weakly dominates all other aA1.

Action aA1 is "dominated" if there exists another action aA1 such that a dominates a.

Then,

A rational player will never chooses a dominated action, and will always chooses a dominant action.

 

Example

  Player2
Player LR
1U(3,)(0,)
 M(1,)(1,)
 D(0,)(3,)

if we do not know the payoffs for player 2, then we have no dominant and dominated actions so far.

 

 LRT
U(3,)(1,)(0,)
M(3,)(0,)(1,)
D(4,)(1,)(1,)

 

Defination - Beliefs

Let σ2Δ(A2) denotes player 1's beliefs about player 2's actions.

Tip

Here A2 represents the player 2's all choices of strategies (Possible actions), and Δ(A2) denotes the probabilities of these strategies

Example

A2={a,b,c},

σ2(a)+σ2(b)+σ2(c)=1,

The expected utility u1(a,σ2) of action a is a2A2σ2(a2)u1(a,a2).

Given σ2, a rational player maximizes expected utility.

Since the set of actions are finite, there is always at least one best action.

 

Defination - Best response

Action aA1 is a weak best response to beliefs σ2 if u1(a,σ2)u1(a,σ2) for every action aA1.

Note

The best response correspondence is

(1)BR(σ2)=argmaxaA1u1(a,σ2)

Best response could be multiple.

 

Tip

Example - Sun Rain Game

 Rain God 
PlayerSunRain
No Umbrella50
Umbrella13

Let σ=Pr(Sun) , and σ=σ2(Sun).

Find the best response correspondence given σ.

U1(NU)=5×σ+0×(1σ)=5σ

U1(U)=1×σ+3×(1σ)=32σ

Therefore, if 5σ32σ, σ>37, then the choice of NU would be the best response.BR(σ2)=NU

Otherwise, the choice of U would be the best response.BR(σ2)=U

and if σ=37, the best response is BR(σ2)={NU,U}.

 

Defination - Never a best response

If σ2Δ(A2), action aBR(σ2), then a is never (weak) best response.

 

 

Proposition

A strictly dominated action is a NWBR.

Proof

If action a is strictly dominated by an action a, u(a,b)<u(a,b), so u1(a,σ2)<u1(a,σ2), so action a is a "Never a best response (NWBR)".

Tip

NWBR does not necessarily means being strictly dominated by a pure strategy. It could be dominated by a mixed strategy.

Example

 UD
L30
M11
R03

There is no strictly dominated action,

let's say P(U)=σ, P(D)=(1σ), then we have the expected utility for each action

  • u1(L,σ)=3σ

  • u1(M,σ)=1

  • u1(R,σ)=33σ

Let's compare the expected utility given belief of player 2, for action L and M.

When σ>13, u1(L,σ)>u1(M,σ),

When σ<23, u1(M,σ)<u1(R,σ),

SO in this case, M is a NWBR.

Why? because M is dominated by a mixed strategy.

 

Mixed action

A mixed action for player 1 is a probability distribution σ1Δ(A1),

The support of a mixed action is the set of pure actions given positive probability.

(2)Supp(σ1)={aA1:σ1(a)>0}

The expected utility (payoff) of σ1 given beliefs σ2Δ(A2) is

(3)u1(σ1,σ2)=aA1σ1(a)u1(a,σ2)=a1A1a2A2σ1(a1)σ2(a2)u1(a1,a2)

Suppose aSupp(σ1) , and

(4)u1(a,σ2)u1(a,σ2)aSupp(σ1)u1(σ1,σ2)u1(a,σ2)

This means that a mixed action cannot yield a payoff higher than the best pure action in its support, since the paoff of the mixture is a convex combination of payoff of the pure action in the support.

Tip

But the mixed action is also something we needed, since it is conditional on the belief, it could be different conditional on other beliefs.

Warning

mixed strategy as best response

Suppose we extend the defination of the best response to mixed actions.

(5)BR(σ2)=argmaxu1(σ1,σ2)σ1Δ(A1)

Then we have a following proposition, if we have σ1 is the best response to σ2,

then every aSupp(σ1) is a best response to σ2.

Proof as homework

Suppose we have σ1 is the best response to σ2, and there exist an action ajSupp(σ1) that is not a best response to σ2. Hence, by the defination of best response, there must be an another action akΔ(A1),(akaj) is the best respose:

(6)ak=BR(σ2)=argmaxaA1u1(a,σ2)

hence, u1(ak,σ2)>u1(aj,σ2).

Therefore, we can show σ1 cannot be the best reponse to σ2 in this case, because

(7)u1(σ1,σ2)=ajSupp(σ1)σ1(aj)u1(aj,σ2)+σ1(aj)u1(aj,σ2)<ajSupp(σ1)σ1(aj)u1(aj,σ2)+σ1(ak)u1(ak,σ2)=u1(σ1,σ2)

That brings a contradiction with σ1 is the best response.

So, every aSupp(σ1) is a best response to σ2.

Note

Action aA1 is dominated by a mixed action σ1Δ(A1) if u1(a,b)<u1(σ1,b) for all bA2.

Proposition

aA1 is NWBR is equivalent to a is strictly dominated by a mixed action.

Proof as homework.

We want to show if aA1 is an NWBR a is strictly dominated by a mixed action.

  1. part:

    Suppose ajA1 is a NWBR. Then, σ2Δ(A2), action aBR(σ2), which implies there always exists some other aA1 such that u1(a,σ2)>u1(aj,σ2), σ2Δ(A2). Assume that aj cannot be dominated by a mixed strategy, which implies aj cannot be dominated by a pure strategy as well. Therefore, for some σ2, there must be u1(aj,σ2)u1(aj,σ2). Contradiction. So, aA1 is an NWBR a is strictly dominated by a mixed action.

  2. part:

    Suppose a is strictly dominated by a mixed strategy σ1, then by defination, u1(a,σ2)<u1(σ1,σ2), σ2. This implies action aBR(σ2), σ2. aA1 is an NWBR.

 

 

Solution concepts

 

Extensive form games

Recall the battle of sexes game,

image-20240222105624382

We know that the two PSNEs are (O,O) and (B,B). This is a simultaneous move game.

Suppose the man need decide first, then (O,O) will be played.

image-20240229112742023

Integrents of extensive form game

Information sets

H​ is a partition of decision node into information sets

A player cannot distinguish between nodes in an information set but can distinguish between information sets.

 

Properties of extensive form game

 

Strategies and payoffs

In extensive form game, we will distinguish strategies and actions. we don't do that for normal games.

Let Hi={hH,i(h)=i} as the collection of information sets at which player i moves. Then the set of actions for player i is given by Ai=hHiA(h)

The pure strategy for i is a function si:HiAi s.t. si(h)A(h) for all hHi

Let Si denote the set of strategies for player i, let S=S1×S2××SN.

A strategy is a complete contingent plan of actions.

A pure strategy specifies a player's choice of action of each of her information sets, even for sets that are not reached.

Tip

Example: In this game we have 3 information sets for 2 players.

image-20240305110357405

Then we define Mixed strategy ,

A mixed strategy σΔ(Si) fot player i is a probability distribution over pure strategies.

For example, {σ1(Tt)=σ1(Tb)=σ1(Bt)=13}

We know that we can transform extensive form game to normal form game by writting strategies and their corresponding payoffs. Then using this table we can calculate the mixed strategy nash equilibrium.

S1/S2LR
Bb(2,3)(2,3)
Bt(2,3)(2,3)
Tb(1,1)(3,2)
Tt(1,1)(0,0)

A Nash equilibrium of an extensive form game is a NE of the corresponding normal form game.

 

Refinement of NE

Auction

Consider the following sealed -bid first price auction,

[Solution]

There must be a threshold t[0,1], such that

(38)si(ti)=0 if ti[0,t]si(ti)=13 if ti[t,1]

At t i is indifferent between bidding 0 and 1/3.

Suppose 2 bids according to s2(),

the payoff π1(13,s2(t2),t1) , means player 1 receives when his valuation is t1, and player 2's valuation is t2, and bids s2(t2), and player 1 bids 1/3,

then we can calculate the expected payoff for player 1, E[π1(13,s2(t2),t1)]=Pr(t2>t2)×12×(t113)+Pr(t2<t2)×(t113)=12t2(t113)12t213.

And, E[π1(0,s2(t2),t1)]=Pr(t2>t2)×0+Pr(t2<t2)×12×(t10)=t1t22.

Then player 1 is indifferent vetween bidding 13 or 0 if the expected payoff for player 1 of two different options are the same.

(39)t1=13+13t2

and player 2 is indifferent between bidding 13 and 0 if

(40)t2=13+13t1

Defination

Let T1 (a finite set) be the set of possible types for player 1 and T2 be the set of possible types for player 2. We define (s1,s2) to be a BNE if for every type ti, si(ti) solves

(41)maxaiAi,tjTjui(ai,si(tj),tj)Pri(tjti)

Pri(tjti) is player i's belief that the probability j is of type tj given that i is type ti.

 

Standard Auction Formats

Homework

Intuitively explain the difference and simularities between Dutch, English and first price.

 

[Solution] of the sealed bid second price auction

b^i=maxjibj.

Consider the following cases,

 Bidder i shades her bid bi<viBidder i sincerely bidbi=viBidder i inflates her bid bi>vi
b^ibivib^ivib^ivib^i
bi<b^ivi0vib^ivib^i
vi<b^ibi00vib^i<0
b^i>bi000

Playing Bidder i sincerely bidbi=vi is always the weakly dominant strategy.

 

A seller owns one unit of an indivisible good, the good is worthless for the owner unless she can sell it. There are two buyers, 1 and 2. Assume that buyer's valuation of the good is private information. Available information for the players v1 (valuation) for 1, and v2 for 2. They are i.i.d.

v1U(0,1), v2U(0,1).

Consider the first price sealed bid auction. Buyers strategies depends on their valuation.

Let Bi(vi)=v^i be the bid of i with valuation vi. Assume that B is strictly increasing and differentiable, v is your value and w is your opponent value.

A BNE is a pair of strategies such that

(42)max(vv^)Pr(v^>B(w))+12(vv^)Pr(v^=B(w))0

Then, B1=ϕ that B(v)=v^ϕ(v^)=v.

Then,

(43)Pr(v^>B(w))=Pr(ϕ(v^)>w)=ϕ(v^)

Then the maximization problem becomes,

(44)maxv^(vv^)ϕ(v^)

FOC: ϕ(v^)+(vv^)ϕ(v^)=0. This is equivalyent to B(v)=v^.

(45)ϕ(v^)=vv^v=ϕ(v^)=(vv^)ϕ(v^)

Then, v=(vv^)v^vv=vv^v+v^v=v^vv

Then 12v2=vv^+c and easy to know c=0.

Then the optimal bidding strategy is v^=12v.

 

The expected payment of winner: 12vPr(v>w)=12v2.

The expected gain for the seller: 20112v2dv=13.

Homework:

Find the expected payment of winner, expected gain of winner, and expected seller gain under second price sealed bid auction.

The optimal strategy for each bidder is to bid bi=vi, if we assume each bidder's valuation viU(0,1)

Suppose there are only two bidders in this auction. Denote v,w as two players' valuation.

  • expected payment of winner

    (46)E[B(v)]=0vwdw+12Pr(w=v)0w=12v2
  • Expected gain of winner

    (47)E[B(v)w]=0vvwdw=12v2
  • Expected seller gain

    (48)20112v2dv=13

 

Labor market signaling

A worker's random type or ability θ is either θH with provavility λ or θL with probability 1λ. where θH>θL>0. The worker also chooses on education level e0.

Firm complete over wages to hire the worker. The firms observe education e but not ability θ The value to a firm of hiring a worker with ability θ and education e is given by v(e,θ)=θ. this implies that education is just a signal and does not add value.

The cost of attaining education level e for worker of type θ is c(e,θ).

Assumption on c(e,θ):ce>0,cee>0. c(0,θ)=0, cθ<0 and ceθ<0.

Payoff to a worker of type θ with education e and wage w is

(49)u(e,wθ)=wc(e,θ)

The profit to the firm is

(50)v(e,θ)=v(e,θ)w=θw

We look for symmetric PBE in pure strategies, That is we look for 3 functions,

To be PBE, the functions must satisfy the following conditions,

To simplify the notation, let eL=e(θL),eH=e(θH),wL=w(eL),wH=w(eH).

There are two types of PBE,

Let's discuss the separating equilibrium first

Tip

In any separating perfect Bayesian equilibrium, w(e(θH))=θH and w(e(θL))=θL​.

This is because upon firm seeing the education level eL, firm must assign probability 1 to the worker being type θL, So w(e(θL))=θL. Otherwise the firm will suffer from negative profit.

Similarly, upon seeing high education level eL, firm will assign probability 1 to type θH

Then for low type workers, they will have eL=0. Otherwise they will have incentive to deviate.